:root{
  --wr-bg:#ffffff;
  --wr-text:#141414;
  --wr-muted:#6b7280;
  --wr-border:#e5e7eb;
  --wr-shadow: 0 12px 30px rgba(0,0,0,.08);
  --wr-radius: 22px;
  --wr-pill:#0F4C81;
  --wr-pill-text:#ffffff;
  --wr-btn:#111827;
  --wr-btn-text:#ffffff;
  --wr-btn-ghost:#ffffff;
  --wr-focus: 0 0 0 4px rgba(17,24,39,.18);
}
 
.wr-top-picks{
  background: var(--wr-bg);
  color: var(--wr-text);
  padding: clamp(28px, 4vw, 56px) 0;
}
 
.wr-wrap{
  width: min(1400px, 100%);
  margin: 0 auto;
}
 
.wr-head{
  margin-bottom: 22px;
}
 
.wr-kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 12px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wr-muted);
  margin: 0 0 10px;
}
 
.wr-kicker::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(182,64,99,.25);
  box-shadow: inset 0 0 0 2px rgba(182,64,99,.22);
}
 
.wr-card-country{
  margin: 0 0 2px;
  color: #0f4c81;
  font: 800 13px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wr-title{
  margin: 0;
  font: 800 clamp(28px, 4vw, 56px)/1.05 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em;
}
 
.wr-subtitle{
  margin: 20px 0 0;
  max-width: 100%;
  color: var(--wr-muted);
  font: 500 16px/1.55 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
 
.wr-grid{
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}
 
@media (max-width: 1100px){
  .wr-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media (max-width: 620px){
  .wr-grid{
    grid-template-columns: 1fr;
  }
}
 
.wr-card{
  background: #fff;
  border: 1px solid var(--wr-border);
  border-radius: var(--wr-radius);
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
 
.wr-card:hover{
  transform: translateY(-2px);
  box-shadow: var(--wr-shadow);
  border-color: rgba(17,24,39,.14);
}
 
.wr-media{
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f3f4f6;
}
 
.wr-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .35s ease;
  display: block;
}
 
.wr-card:hover .wr-media img{
  transform: scale(1.03);
}
 
.wr-price{
  position: absolute;
  left: 18px;
  bottom: 14px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--wr-pill);
  color: var(--wr-pill-text);
  box-shadow: 0 10px 24px rgba(182,64,99,.25);
  font: 800 14px/1 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
 
.wr-price-label{
  opacity: .95;
  font-weight: 800;
}
 
.wr-price-value{
  font-size: 18px;
  letter-spacing: -0.01em;
}
 
.wr-price-meta{
  opacity: .9;
  font-weight: 700;
  font-size: 12px;
}
 
.wr-body{
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
 
.wr-card-title{
  margin: 2px 0 0;
  font: 900 22px/1.15 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em;
}
 
.wr-card-title a{
  color: inherit;
  text-decoration: none;
}
 
.wr-card-title a:focus-visible{
  outline: none;
  box-shadow: var(--wr-focus);
  border-radius: 10px;
}
 
.wr-muted{
  color: var(--wr-muted);
  font-weight: 900;
}
 
.wr-desc{
  margin: 0;
  color: #111827;
  font: 500 15px/1.55 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
 
.wr-tags{
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
 
.wr-tags li{
  border: 1px solid var(--wr-border);
  background: #fff;
  color: #111827;
  border-radius: 999px;
  padding: 6px 10px;
  font: 700 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  white-space: nowrap;
}
 
.wr-actions{
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding-top: 10px;
}
 
.wr-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 11px 12px;
  font: 800 13px/1 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
  user-select: none;
}
 
.wr-btn:active{
  transform: translateY(1px);
}
 
.wr-btn-primary{
  background: var(--wr-btn);
  color: var(--wr-btn-text);
}
 
.wr-btn-primary:hover{
  background: #0b1220;
  color: var(--wr-btn-text);
}
 
.wr-btn:focus-visible{
  outline: none;
  box-shadow: var(--wr-focus);
}
 
.wr-foot{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--wr-muted);
  font: 600 14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
