/* Country pages v2: turn reference data into a visual decision page. */
.country-guide{max-width:1180px;margin-inline:auto;padding:clamp(1.25rem,3vw,2.5rem) 0 5rem}
.country-guide-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr);
  align-items:center;
  min-height:370px;
  gap:2rem;
  overflow:hidden;
  padding:clamp(2rem,5vw,4.5rem);
  border-radius:30px;
  color:#fff;
  background:linear-gradient(120deg,#062d46 0%,#0b5967 56%,#147e78 100%);
  box-shadow:0 24px 65px rgba(8,47,73,.17);
}
.country-guide-hero:before,.country-guide-hero:after{content:'';position:absolute;z-index:-1;border:1px solid rgba(170,246,233,.22);border-radius:50%;pointer-events:none}
.country-guide-hero:before{width:430px;height:430px;right:-150px;top:-120px;box-shadow:0 0 0 32px rgba(170,246,233,.04),0 0 0 72px rgba(170,246,233,.035)}
.country-guide-hero:after{width:180px;height:180px;right:18%;bottom:-115px;background:rgba(255,209,102,.12);border:0}
.country-guide-hero>div{min-width:0;position:relative;z-index:1}
.country-guide-hero h1{margin:.55rem 0 .75rem;color:#fff;font-family:Georgia,serif;font-size:clamp(3rem,7vw,6.4rem);line-height:.9;letter-spacing:-.065em;overflow-wrap:anywhere}
.country-guide-hero p{max-width:600px;margin:0;color:#d8ecee;font-size:1.03rem;line-height:1.65}
.country-guide-hero .btn{margin-top:1.35rem}
.country-guide-flag{display:grid;place-items:center;min-height:190px;border:1px solid rgba(255,255,255,.2);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.04));box-shadow:inset 0 1px rgba(255,255,255,.2),0 20px 40px rgba(0,20,30,.12);backdrop-filter:blur(8px)}
.country-guide-flag .country-flag-emoji{font-size:clamp(5rem,10vw,8rem);filter:drop-shadow(0 16px 20px rgba(0,0,0,.2))}
.country-guide-flag img{width:min(220px,80%);max-height:145px;object-fit:contain;border-radius:12px;filter:drop-shadow(0 16px 20px rgba(0,0,0,.2))}
.country-facts{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:-32px 2rem 0;
  overflow:hidden;
  border:1px solid rgba(190,213,213,.72);
  border-radius:20px;
  background:rgba(255,255,255,.97);
  box-shadow:0 18px 45px rgba(8,47,73,.12);
}
.country-facts>div{min-width:0;padding:1.1rem 1.2rem}
.country-facts>div+div{border-left:1px solid var(--line)}
.country-facts b,.country-facts span{display:block}
.country-facts b{color:#79909a;font-size:.68rem;letter-spacing:.11em;text-transform:uppercase}
.country-facts span{margin-top:.3rem;color:var(--ink);font-weight:850;overflow-wrap:anywhere}
.country-guide>section:not(.country-guide-hero){margin-top:clamp(2.5rem,5vw,4rem)}
.country-guide .section-heading{margin-bottom:1.25rem}
.country-guide .section-heading h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);margin:.35rem 0 0}
.country-hubs{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}
.country-hub{position:relative;display:flex;flex-direction:column;min-height:220px;padding:1.25rem;border:1px solid #cfe3df;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#fff,#f0faf7);box-shadow:0 10px 28px rgba(8,47,73,.06);transition:transform .2s ease,box-shadow .2s ease}
.country-hub:after{content:'✦';position:absolute;right:1rem;top:.85rem;color:#b7dfd7;font-size:2.5rem;line-height:1}
.country-hub:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(8,47,73,.11)}
.country-hub h3{margin:.85rem 0 .35rem;font-family:Georgia,serif;font-size:1.65rem}
.country-hub p{min-height:2.8em;margin:0;color:var(--muted);line-height:1.5}
.country-hub .btn{align-self:flex-start;margin-top:auto}
.country-profile-band{margin-top:1.5rem;border-radius:24px;box-shadow:0 18px 45px rgba(8,47,73,.13)}
.country-profile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.country-profile-stat{min-height:78px;display:flex;flex-direction:column;justify-content:center}
.country-profile-stat b{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#aaf6e9}
.country-profile-stat span{font-size:.9rem}
.country-live-context,.country-decision,.traveller-country-plan{box-shadow:0 12px 32px rgba(8,47,73,.05)}
.country-live-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.country-guide>.muted{max-width:850px;padding-top:1.2rem;border-top:1px solid var(--line);font-size:.8rem;line-height:1.55}
@media(max-width:900px){
  .country-guide-hero{grid-template-columns:1fr;min-height:0;padding:2rem;border-radius:24px}
  .country-guide-flag{justify-content:start;min-height:120px;width:180px}
  .country-facts{margin:-22px .75rem 0;grid-template-columns:repeat(2,minmax(0,1fr))}
  .country-facts>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}
  .country-facts>div:nth-child(4){border-top:1px solid var(--line)}
  .country-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .country-live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:540px){
  .country-guide{padding-top:1rem}
  .country-guide-hero{padding:1.45rem;border-radius:20px}
  .country-guide-hero h1{font-size:3.35rem}
  .country-facts{margin-inline:0}
  .country-facts>div{padding:.9rem}
  .country-profile-grid,.country-live-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.country-hub:hover{transform:none}}
