
:root{
  --vs-purple:#710080;
  --vs-purple-deep:#4c005c;
  --vs-orange:#ff8b00;
  --vs-ink:#20272f;
  --vs-muted:#6e7780;
  --vs-border:#e7e8eb;
  --vs-soft:#faf8fb;
}
*{box-sizing:border-box}
body.selectedPage{
  margin:0;
  font-family:Inter,system-ui,-apple-system,sans-serif;
  color:var(--vs-ink);
  background:#f8faf9;
}
.selectedShell{
  padding-bottom:70px;
}

/* Selected uses exactly the same shared Voyatale header geometry as other pages.
   Do not override .topbar, .brand or .brandLogo here. */
.selectedPage main{
  margin-top:28px;
}
.selectedNav{display:flex;align-items:center;gap:28px;margin-left:auto;margin-right:28px}
.selectedNav a{color:#29322d;text-decoration:none;font-weight:800;font-size:14px;padding:13px 2px}
.selectedNav a:hover,.selectedNavActive{color:var(--vs-purple)!important}
.selectedNavActive{border-bottom:2px solid #8ab49a}
.selectedShareBtn{
  text-decoration:none;color:#fff;background:#ff8c08;border-radius:999px;
  padding:13px 22px;font-weight:900;font-size:14px;box-shadow:0 10px 26px rgba(255,139,0,.22)
}
.selectedHero{
  padding:58px 22px 36px;text-align:center;
  background:radial-gradient(circle at 50% 0,#fff3e5 0,rgba(255,255,255,.7) 34%,rgba(255,255,255,0) 70%);
}
.selectedKicker,.selectedEyebrow{color:var(--vs-purple);font-size:12px;font-weight:900;letter-spacing:.18em}
.selectedHero h1{max-width:900px;margin:14px auto 16px;font-size:clamp(36px,5vw,68px);line-height:1.02;letter-spacing:-.045em}
.selectedHero p{max-width:760px;margin:0 auto;color:#657067;font-size:17px;line-height:1.65;font-weight:600}
.selectedTrust{
  display:inline-flex;margin-top:22px;padding:10px 16px;border-radius:999px;
  background:#fff;border:1px solid #eee5ef;color:#666;font-size:12px;box-shadow:0 8px 24px rgba(45,25,48,.06)
}
.selectedLevels{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;
  max-width:1160px;margin:12px auto 52px;
}
.selectedLevelCard{
  background:#fff;border:1px solid var(--vs-border);border-radius:24px;padding:18px;
  display:flex;align-items:center;gap:18px;box-shadow:0 14px 38px rgba(28,44,35,.06);
  transition:transform .2s ease,box-shadow .2s ease;
}
.selectedLevelCard:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(28,44,35,.11)}
.selectedLevelCard img{width:142px;height:142px;object-fit:contain;flex:0 0 auto}
.selectedLevelCopy{min-width:0}
.selectedStars{color:var(--vs-orange);font-size:22px;letter-spacing:4px}
.selectedLevelCopy h2{margin:5px 0 8px;color:var(--vs-purple-deep);font-size:20px;text-transform:uppercase}
.selectedLevelCopy p{margin:0;color:#6c7570;font-size:13px;line-height:1.5;font-weight:650}
.selectedLevelCardHero{background:linear-gradient(145deg,#fff,#f8eef9)}
.selectedFinder{
  max-width:1160px;margin:0 auto;background:#fff;border:1px solid var(--vs-border);
  border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(22,40,28,.07)
}
.selectedFinderHead{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:26px}
.selectedFinderHead h2{margin:8px 0 0;font-size:30px;letter-spacing:-.025em}
.selectedCountryField{display:flex;flex-direction:column;gap:7px;min-width:260px;font-weight:800;font-size:12px}
.selectedCountryField select{
  width:100%;height:48px;border:1px solid #dfe4e1;border-radius:14px;background:#fff;padding:0 15px;
  font:800 14px Inter;color:#27312b;outline:none
}
.selectedCountryField select:focus{border-color:#7ab48d;box-shadow:0 0 0 3px rgba(70,155,95,.12)}
.selectedResultHeader{
  min-height:58px;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee;
  display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 -30px;padding:0 30px
}
.selectedResultHeader>div{display:flex;align-items:center;gap:10px}
#selectedResultStars{color:var(--vs-orange);font-size:18px;letter-spacing:2px}
#selectedResultTitle{font-size:14px}
#selectedResultCount{font-size:12px;color:#78817b;font-weight:800}
.selectedPlaces{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
.selectedPlace{
  display:grid;grid-template-columns:180px minmax(0,1fr);overflow:hidden;background:#fff;border:1px solid #e6ebe7;border-radius:20px;
  min-height:210px;transition:.18s ease
}
.selectedPlace:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(26,44,31,.09)}
.selectedPlacePhoto{width:100%;height:100%;object-fit:cover;background:#eef0ee}
.selectedPlaceBody{padding:18px;display:flex;flex-direction:column}
.selectedPlaceTop{display:flex;align-items:center;justify-content:space-between;gap:8px}
.selectedPlaceLevel{color:var(--vs-orange);font-size:13px;font-weight:900}
.selectedPlaceYear{font-size:10px;color:#747d77;font-weight:900;text-transform:uppercase}
.selectedPlace h3{margin:9px 0 4px;font-size:20px}
.selectedPlaceLocation{font-size:12px;color:#747e78;font-weight:750}
.selectedPlaceReason{margin:13px 0 16px;font-size:12px;line-height:1.55;color:#515b55;font-weight:600}
.selectedPlaceLink{margin-top:auto;color:var(--vs-purple);font-size:12px;font-weight:900;text-decoration:none}
.selectedPlaceLink:hover{text-decoration:underline}
.selectedEmpty{text-align:center;padding:56px 20px 38px}
.selectedEmptyBadge{
  width:58px;height:58px;margin:0 auto 15px;border-radius:50%;display:grid;place-items:center;
  color:#fff;background:linear-gradient(145deg,var(--vs-purple),#a3059a);font-size:27px;font-weight:900
}
.selectedEmpty h3{max-width:620px;margin:0 auto 10px;font-size:20px}
.selectedEmpty p{max-width:650px;margin:0 auto;color:#707a74;font-size:13px;line-height:1.6}
.selectedHow{
  max-width:1160px;margin:22px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px
}
.selectedHow>div{padding:22px;border-radius:20px;background:#f2f7f3;border:1px solid #e4eee7}
.selectedHow span{display:block;color:#8aa593;font-size:11px;font-weight:900;letter-spacing:.12em;margin-bottom:8px}
.selectedHow strong{font-size:15px}
.selectedHow p{margin:8px 0 0;color:#6e7871;font-size:12px;line-height:1.55}
.selectedPrinciple{
  max-width:1160px;margin:22px auto 0;padding:28px;border-radius:22px;text-align:center;
  background:linear-gradient(110deg,#4c005c,#7a087e);color:#fff
}
.selectedPrinciple strong{display:block;font-size:20px}
.selectedPrinciple p{margin:9px auto 0;max-width:800px;color:#f2e8f4;font-size:13px;line-height:1.6}

@media(max-width:980px){
  .selectedNav{gap:15px}
  .selectedShareBtn{display:none}
  .selectedLevels{grid-template-columns:1fr}
  .selectedLevelCard{max-width:720px;width:100%;margin:0 auto}
  .selectedPlaces{grid-template-columns:1fr}
}
@media(max-width:700px){
  .selectedShell{padding-bottom:40px}
  .selectedNav{display:none}
  .selectedHero{padding:38px 12px 26px}
  .selectedHero p{font-size:14px}
  .selectedTrust{display:block;border-radius:14px;line-height:1.45}
  .selectedLevels{margin-bottom:28px}
  .selectedLevelCard{padding:12px;gap:12px;border-radius:18px}
  .selectedLevelCard img{width:102px;height:102px}
  .selectedLevelCopy h2{font-size:15px}
  .selectedLevelCopy p{font-size:11px}
  .selectedFinder{padding:18px;border-radius:20px}
  .selectedFinderHead{display:block}
  .selectedFinderHead h2{font-size:24px}
  .selectedCountryField{margin-top:18px;min-width:0}
  .selectedResultHeader{margin:18px -18px 0;padding:0 18px}
  .selectedResultHeader>div{align-items:flex-start;flex-direction:column;gap:2px}
  .selectedPlace{grid-template-columns:1fr}
  .selectedPlacePhoto{height:220px}
  .selectedHow{grid-template-columns:1fr}
}
