.am-intl-hub,
.am-intl-page{
  min-height:100vh;
  padding:42px min(5vw,72px) 76px;
  background:
    radial-gradient(circle at top right,rgba(232,188,116,.22),transparent 34%),
    linear-gradient(180deg,#f7f2e9 0%,#e8edf4 100%);
  color:#263047;
}
.am-intl-top{
  padding:18px min(5vw,72px);
  background:linear-gradient(135deg,#101522,#26344d);
  border-bottom:1px solid rgba(239,204,143,.28);
}
.am-intl-top .top-nav{
  max-width:1240px;
  margin:0 auto;
}
.am-intl-hero,
.am-intl-rule,
.am-intl-note,
.am-intl-toc,
.am-intl-block{
  max-width:1240px;
  margin:0 auto 24px;
  border:1px solid rgba(176,139,81,.28);
  box-shadow:0 20px 70px rgba(34,40,55,.10);
}
.am-intl-hero{
  padding:54px;
  border-radius:34px;
  background:
    linear-gradient(125deg,rgba(14,21,34,.96),rgba(41,54,78,.94)),
    radial-gradient(circle at top right,rgba(226,184,105,.30),transparent 45%);
  color:#fff;
}
.am-intl-hero h1{
  margin:0 0 16px;
  font-size:clamp(2.25rem,5vw,5.1rem);
  letter-spacing:-.05em;
  line-height:.98;
}
.am-intl-hero p{
  max-width:980px;
  font-size:1.13rem;
  line-height:1.72;
  color:rgba(255,255,255,.86);
}
.am-intl-core{
  margin-top:28px;
  padding:22px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(239,204,143,.28);
}
.am-intl-core strong{
  display:block;
  margin-bottom:8px;
  font-size:clamp(1.3rem,2.8vw,2.3rem);
  line-height:1.12;
  color:#f3d79e;
}
.am-intl-core span{
  color:rgba(255,255,255,.88);
}
.am-intl-rule,
.am-intl-note,
.am-intl-toc{
  padding:30px;
  border-radius:28px;
  background:rgba(255,255,255,.84);
}
.am-lang-grid{
  max-width:1240px;
  margin:0 auto 24px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
  gap:18px;
}
.am-lang-card{
  display:block;
  padding:26px;
  min-height:190px;
  border-radius:28px;
  background:#fff;
  color:#263047;
  text-decoration:none;
  border:1px solid rgba(176,139,81,.24);
  box-shadow:0 20px 60px rgba(34,40,55,.10);
  transition:transform .18s ease, box-shadow .18s ease;
}
.am-lang-card:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 70px rgba(34,40,55,.16);
}
.am-lang-code{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin-bottom:18px;
  border-radius:18px;
  background:#26344d;
  color:#f3d79e;
  font-weight:800;
  letter-spacing:.08em;
}
.am-lang-card strong{
  display:block;
  font-size:1.35rem;
  margin-bottom:8px;
}
.am-lang-card em{
  display:block;
  font-style:normal;
  line-height:1.45;
  color:#5d6678;
}
.am-lang-card small{
  display:block;
  margin-top:16px;
  color:#8a714c;
  font-weight:700;
}
.am-intl-language-switch{
  max-width:1240px;
  margin:0 auto 20px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(176,139,81,.22);
}
.am-intl-language-switch span{
  font-weight:800;
}
.am-intl-language-switch div{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.am-intl-language-switch a{
  padding:9px 13px;
  border-radius:999px;
  text-decoration:none;
  color:#263047;
  background:#fff;
  border:1px solid rgba(38,48,71,.16);
  font-weight:800;
}
.am-intl-language-switch a.is-active{
  background:#26344d;
  color:#f3d79e;
  border-color:#26344d;
}
.am-intl-toc div{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(245px,1fr));
  gap:10px;
}
.am-intl-toc a{
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:13px 14px;
  border-radius:16px;
  background:#fff;
  color:#263047;
  text-decoration:none;
  border:1px solid rgba(176,139,81,.18);
}
.am-intl-toc span{
  color:#a87a3f;
  font-weight:900;
}
.am-intl-block{
  padding:34px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
}
.am-block-number{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#26344d;
  color:#f3d79e;
  font-weight:900;
}
.am-intl-block h2{
  margin:.3em 0 .35em;
  font-size:clamp(1.8rem,3.8vw,3.4rem);
  line-height:1.04;
  letter-spacing:-.035em;
}
.am-punch{
  font-size:1.22rem;
  line-height:1.65;
  font-weight:800;
  color:#4a3927;
}
.am-intl-section,
.am-intl-boundary{
  margin-top:18px;
  padding:20px 22px;
  border-radius:22px;
  background:#f7f4ee;
  border:1px solid rgba(176,139,81,.18);
}
.am-intl-section h3,
.am-intl-boundary h3{
  margin:0 0 8px;
  color:#26344d;
}
.am-intl-section p,
.am-intl-boundary p{
  margin:0;
  line-height:1.72;
}
.am-intl-boundary{
  background:#26344d;
  color:#fff;
}
.am-intl-boundary h3{
  color:#f3d79e;
}
.am-closing{
  margin-top:22px;
  padding:18px 20px;
  border-left:5px solid #b08b51;
  background:#fff;
  border-radius:16px;
  font-weight:800;
  line-height:1.6;
}
.am-source-sl{
  margin-top:18px;
  padding:16px 18px;
  border-radius:18px;
  background:#eef2f7;
  border:1px solid rgba(38,48,71,.12);
}
.am-source-sl summary{
  cursor:pointer;
  font-weight:900;
  color:#26344d;
}
.am-source-sl p{
  margin:.6em 0 0;
  line-height:1.55;
}
@media (max-width:760px){
  .am-intl-hub,
  .am-intl-page{
    padding:24px 16px 56px;
  }
  .am-intl-hero,
  .am-intl-rule,
  .am-intl-note,
  .am-intl-toc,
  .am-intl-block{
    border-radius:22px;
    padding:24px;
  }
}

/* V4.4 / FIX90 — visible strategy link on mednarodno.php */
.am-intl-strategy-link{
  margin-top:18px;
}
