/* DVOJKA v4.1.2-FIX7 — elegant NAJ achievement cards */
.achievement-best-grid{
  gap:16px!important;
  align-items:stretch!important;
}
.achievement-best-card{
  position:relative!important;
  min-height:292px!important;
  padding:22px 22px 20px!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  isolation:isolate!important;
  border:1px solid rgba(24,62,85,.14)!important;
  border-radius:23px!important;
  background:linear-gradient(145deg,#fffaf0,#fff 58%,#edf8fa)!important;
  box-shadow:0 14px 36px rgba(24,59,82,.09)!important;
  color:#123653!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.achievement-best-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 20px 42px rgba(24,59,82,.14)!important;
  border-color:rgba(19,105,137,.23)!important;
}
/* full-card motif, softened rather than poster-like */
.achievement-best-image{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  border-radius:inherit!important;
  overflow:hidden!important;
  background:#f7fafb!important;
}
.achievement-best-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:.72!important;
  filter:saturate(.90) contrast(.96) brightness(1.06)!important;
  transform:scale(1.015)!important;
  transition:transform .4s ease,opacity .3s ease!important;
}
.achievement-best-card:hover .achievement-best-image img{
  transform:scale(1.045)!important;
  opacity:.78!important;
}
/* bright readable veil: motif remains visible across the card */
.achievement-best-card:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  pointer-events:none!important;
  background:
    linear-gradient(92deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 44%,rgba(255,255,255,.56) 72%,rgba(255,255,255,.22) 100%),
    linear-gradient(0deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.20) 55%,rgba(255,255,255,.08) 100%)!important;
}
.achievement-best-card:after{
  content:""!important;
  position:absolute!important;
  inset:auto -14% -42% 24%!important;
  height:68%!important;
  z-index:1!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(13,165,177,.09),transparent 66%)!important;
  pointer-events:none!important;
}
.achievement-best-card>.achievement-best-no,
.achievement-best-card>small,
.achievement-best-card>h3,
.achievement-best-card>strong,
.achievement-best-card>p,
.achievement-best-card>a{
  position:relative!important;
  z-index:2!important;
  max-width:82%!important;
}
.achievement-best-no{
  position:absolute!important;
  top:20px!important;
  left:21px!important;
  width:auto!important;
  height:auto!important;
  display:block!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  color:#123653!important;
  font-size:31px!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  font-weight:900!important;
}
.achievement-best-card small{
  margin:0 0 8px!important;
  color:#587386!important;
  font-size:8px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  text-shadow:none!important;
}
.achievement-best-card h3{
  margin:0 0 5px!important;
  color:#102f4b!important;
  font-size:clamp(22px,2vw,27px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  text-shadow:none!important;
}
.achievement-best-card strong{
  display:block!important;
  color:#244f68!important;
  font-size:13px!important;
  line-height:1.34!important;
  text-shadow:none!important;
}
.achievement-best-card p{
  margin:7px 0 0!important;
  color:#60798a!important;
  font-size:10px!important;
  line-height:1.45!important;
  text-shadow:none!important;
}
.achievement-best-card a{
  align-self:flex-start!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  margin-top:11px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#0b739f!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-decoration:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.achievement-best-card a:hover{color:#075a80!important;text-decoration:underline!important}
/* no image: preserve the same clean composition */
.achievement-best-card:not(:has(.achievement-best-image)):before{
  background:linear-gradient(145deg,rgba(255,250,239,.96),rgba(255,255,255,.98) 54%,rgba(237,248,250,.98))!important;
}
.achievement-best-card:not(:has(.achievement-best-image)):after{display:block!important}
@media(max-width:900px){
  .achievement-best-card{min-height:270px!important}
  .achievement-best-card>.achievement-best-no,
  .achievement-best-card>small,
  .achievement-best-card>h3,
  .achievement-best-card>strong,
  .achievement-best-card>p,
  .achievement-best-card>a{max-width:86%!important}
}
@media(max-width:620px){
  .achievement-best-card{min-height:255px!important;padding:20px!important}
  .achievement-best-no{top:17px!important;left:19px!important;font-size:29px!important}
  .achievement-best-card h3{font-size:23px!important}
  .achievement-best-card strong{font-size:12px!important}
  .achievement-best-card:before{
    background:linear-gradient(92deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.88) 52%,rgba(255,255,255,.40) 100%),linear-gradient(0deg,rgba(255,255,255,.90),rgba(255,255,255,.10) 60%)!important;
  }
}


/* FIX7 — pin the ordinal number to the true top-left corner and keep category clear */
article.achievement-best-card > span.achievement-best-no{
  position:absolute!important;
  inset:16px auto auto 18px!important;
  top:16px!important;
  left:18px!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  translate:none!important;
  z-index:5!important;
  width:auto!important;
  height:auto!important;
  line-height:1!important;
}
article.achievement-best-card > small{
  margin-top:0!important;
  margin-bottom:8px!important;
  padding-top:0!important;
}
@media(max-width:620px){
  article.achievement-best-card > span.achievement-best-no{
    inset:14px auto auto 16px!important;
    top:14px!important;
    left:16px!important;
  }
}


/* FIX8 — wide stacked hero-style NAJ achievement cards */
.achievement-best-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:14px!important;
  width:100%!important;
}
.achievement-best-card{
  width:100%!important;
  min-height:198px!important;
  padding:26px 30px 22px!important;
  justify-content:center!important;
  border-radius:22px!important;
}
.achievement-best-image img{
  object-position:center center!important;
  opacity:.86!important;
  filter:saturate(.94) contrast(.98) brightness(1.03)!important;
}
.achievement-best-card:before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.92) 30%,rgba(255,255,255,.72) 48%,rgba(255,255,255,.28) 70%,rgba(255,255,255,.06) 100%),
    linear-gradient(0deg,rgba(255,255,255,.58),rgba(255,255,255,.04) 72%)!important;
}
.achievement-best-card:after{
  inset:auto auto -60% -10%!important;
  width:62%!important;
  height:120%!important;
  background:radial-gradient(circle,rgba(12,151,173,.07),transparent 68%)!important;
}
.achievement-best-card>.achievement-best-no,
.achievement-best-card>small,
.achievement-best-card>h3,
.achievement-best-card>strong,
.achievement-best-card>p,
.achievement-best-card>a{
  max-width:54%!important;
}
article.achievement-best-card > span.achievement-best-no{
  top:17px!important;
  left:22px!important;
  font-size:29px!important;
}
.achievement-best-card small{
  margin-top:28px!important;
  margin-bottom:8px!important;
}
.achievement-best-card h3{
  font-size:clamp(24px,2.2vw,31px)!important;
  line-height:1.04!important;
  margin-bottom:5px!important;
}
.achievement-best-card strong{
  font-size:13px!important;
}
.achievement-best-card p{
  font-size:10px!important;
  line-height:1.4!important;
  margin-top:5px!important;
}
.achievement-best-card a{
  margin-top:9px!important;
}
.achievement-best-card:hover{
  transform:translateY(-2px)!important;
}
.achievement-best-card:hover .achievement-best-image img{
  transform:scale(1.028)!important;
  opacity:.90!important;
}
@media(max-width:900px){
  .achievement-best-card{
    min-height:190px!important;
    padding:24px 25px 20px!important;
  }
  .achievement-best-card>.achievement-best-no,
  .achievement-best-card>small,
  .achievement-best-card>h3,
  .achievement-best-card>strong,
  .achievement-best-card>p,
  .achievement-best-card>a{max-width:62%!important}
}
@media(max-width:620px){
  .achievement-best-card{
    min-height:215px!important;
    padding:22px 20px 18px!important;
  }
  .achievement-best-card>.achievement-best-no,
  .achievement-best-card>small,
  .achievement-best-card>h3,
  .achievement-best-card>strong,
  .achievement-best-card>p,
  .achievement-best-card>a{max-width:78%!important}
  article.achievement-best-card > span.achievement-best-no{
    top:14px!important;
    left:17px!important;
    font-size:27px!important;
  }
  .achievement-best-card small{margin-top:27px!important}
  .achievement-best-card h3{font-size:23px!important}
  .achievement-best-card:before{
    background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 52%,rgba(255,255,255,.42) 78%,rgba(255,255,255,.12) 100%)!important;
  }
}

/* FIX9 — clean top-left ordinal and separated category on wide cards */
.achievement-best-card{
  justify-content:flex-start!important;
  padding:20px 30px 18px!important;
}
article.achievement-best-card > span.achievement-best-no{
  position:absolute!important;
  top:16px!important;
  left:24px!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
  z-index:6!important;
}
article.achievement-best-card > small{
  position:relative!important;
  margin:0 0 8px!important;
  padding:0!important;
  padding-top:42px!important;
  max-width:54%!important;
  line-height:1.25!important;
}
.achievement-best-card h3{
  margin-top:7px!important;
}
@media(max-width:900px){
  article.achievement-best-card > span.achievement-best-no{
    top:15px!important;
    left:21px!important;
  }
  article.achievement-best-card > small{
    padding-top:40px!important;
    max-width:62%!important;
  }
}
@media(max-width:620px){
  .achievement-best-card{
    padding:18px 20px 16px!important;
  }
  article.achievement-best-card > span.achievement-best-no{
    top:13px!important;
    left:16px!important;
  }
  article.achievement-best-card > small{
    padding-top:38px!important;
    max-width:78%!important;
  }
}

/* FIX10 — pin achievement artwork to the right edge and crop source canvas margins */
.achievement-best-image img{
  object-position:right center!important;
  transform:scale(1.085)!important;
  transform-origin:right center!important;
}
.achievement-best-card:hover .achievement-best-image img{
  transform:scale(1.11)!important;
}
@media(max-width:900px){
  .achievement-best-image img{
    object-position:right center!important;
    transform:scale(1.07)!important;
  }
  .achievement-best-card:hover .achievement-best-image img{
    transform:scale(1.09)!important;
  }
}

/* FIX14 — hierarchy: competition/title is the hero text, placing/result is secondary */
.achievement-best-card h3{
  margin:12px 0 7px!important;
  max-width:58%!important;
  color:#102f4b!important;
  font-size:clamp(28px,2.65vw,38px)!important;
  line-height:1.02!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
}
.achievement-best-card strong{
  max-width:58%!important;
  color:#31546a!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
.achievement-best-card p{
  max-width:58%!important;
  margin-top:5px!important;
}
.achievement-best-card a{
  max-width:58%!important;
  margin-top:8px!important;
}
@media(max-width:900px){
  .achievement-best-card h3{max-width:64%!important;font-size:clamp(26px,3.3vw,34px)!important}
  .achievement-best-card strong,.achievement-best-card p,.achievement-best-card a{max-width:64%!important}
}
@media(max-width:620px){
  .achievement-best-card h3{max-width:80%!important;font-size:25px!important;line-height:1.05!important}
  .achievement-best-card strong{max-width:80%!important;font-size:15px!important}
  .achievement-best-card p,.achievement-best-card a{max-width:80%!important}
}
